home *** CD-ROM | disk | FTP | other *** search
/ Safarir 3 / SafTV-CD3.iso / pc / Bonus / Dessins Animés / static / jeux / hache_humourhumour.swf / scripts / DefineButton2_86 / BUTTONCONDACTION on(release).as
Text File  |  2002-03-05  |  161b  |  11 lines

  1. on(release){
  2.    if(_root.score_min < _root.score and _root.score_min >= 0)
  3.    {
  4.       gotoAndStop(26);
  5.    }
  6.    else
  7.    {
  8.       gotoAndPlay(31);
  9.    }
  10. }
  11.